home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 7_docs / Command_line < prev    next >
Encoding:
Text File  |  2001-03-21  |  1.5 KB  |  32 lines

  1. Command Line Usage of EPIC                                                
  2.  
  3. The EPIC irc client has a number of options available to it from the command
  4. line.  The basic command-line syntax is:
  5.  
  6.    irc [<switches>] [<nickname> [<server list>]]
  7.  
  8. The nickname may be at most 30 characters long.  The server list may be a
  9. space-delimited list of server addresses.  Each server name may use the
  10. server:port notation if a port other than the default (usually 6667) is
  11. desired.  The available switches are as follows:
  12.  
  13.    -b         loads ~/.ircrc at client startup, instead of on connect
  14.    -c <chan>  makes client join given channel on startup (if possible)
  15.    -p <port>  set a different default port (normally 6667)
  16.    -f         let terminal handle flow control (^S/^Q)
  17.    -F         let the client handle flow control (default)
  18.    -s         do not connect on startup, but show server list instead
  19.    -S         use a separate server processes, ircserv
  20.    -d         run the client in "dumb" terminal mode
  21.    -q         skip loading of ~/.ircrc startup file
  22.    -a         add default servers and command line servers to server list
  23.    -x         run the client in "debug" mode
  24.    -v         print the client's version string and exit
  25.    -b         force the client to fork and return you to your shell
  26.    -l <file>  loads <file> in place of your .ircrc
  27.    -L <file>  loads <file> in place of your .ircrc and expands $ expandos
  28.  
  29. Unlike other Unix programs, switches for EPIC cannot be combined.  Something
  30. like "-db" is not allowed, "-d -b" must be used.
  31.  
  32.